projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fcb3cc
)
(texinfo-format-printindex):
author
Richard M. Stallman
<rms@gnu.org>
Fri, 30 Aug 1996 03:47:47 +0000
(
03:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 30 Aug 1996 03:47:47 +0000
(
03:47
+0000)
Treat windows-nt and ms-dos like vax-vms.
lisp/textmodes/texinfmt.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfmt.el
b/lisp/textmodes/texinfmt.el
index a5ad374d1fd555790f89b59afc896cf9c6f7da86..7e6dcd57c25d3df88ba9ad6c066b58c448881e19 100644
(file)
--- a/
lisp/textmodes/texinfmt.el
+++ b/
lisp/textmodes/texinfmt.el
@@
-2084,7
+2084,7
@@
Default is to leave paragraph indentation as is."
(setq opoint (point))
(texinfo-print-index nil indexelts)
- (if (
eq system-type 'vax-vms
)
+ (if (
memq system-type '(vax-vms windows-nt ms-dos)
)
(texinfo-sort-region opoint (point))
(shell-command-on-region opoint (point) "sort -fd" 1))))